projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1323a75
)
Bind q to `quit-window'.
author
Benjamin Rutt
<brutt@bloomington.in.us>
Mon, 2 Feb 2004 21:08:37 +0000
(21:08 +0000)
committer
Benjamin Rutt
<brutt@bloomington.in.us>
Mon, 2 Feb 2004 21:08:37 +0000
(21:08 +0000)
lisp/diff-mode.el
patch
|
blob
|
history
diff --git
a/lisp/diff-mode.el
b/lisp/diff-mode.el
index cad1f2c9c6194cd57e60b9d4663c23e6837da3ac..e44e79856e85ec8b7014e12a5ad24e94a0d7270e 100644
(file)
--- a/
lisp/diff-mode.el
+++ b/
lisp/diff-mode.el
@@
-127,7
+127,8
@@
when editing big diffs)."
("r" . diff-restrict-view)
("R" . diff-reverse-direction)
("U" . diff-context->unified)
- ("C" . diff-unified->context))
+ ("C" . diff-unified->context)
+ ("q" . quit-window))
"Basic keymap for `diff-mode', bound to various prefix keys.")
(easy-mmode-defmap diff-mode-map